Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/7702 support #367

Merged
merged 22 commits into from
Dec 19, 2024
Merged

Feat/7702 support #367

merged 22 commits into from
Dec 19, 2024

Conversation

mouseless0x
Copy link
Member

No description provided.

@@ -119,7 +119,8 @@ export const bundlerArgsSchema = z.object({
),
"refilling-wallets": z.boolean().default(true),
"aa95-gas-multiplier": z.string().transform((val) => BigInt(val)),
"enable-instant-bundling-endpoint": z.boolean()
"enable-instant-bundling-endpoint": z.boolean(),
"enable-experimental-endpoints": z.boolean()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we rename this to enable-experimental-7702-endpoints.

@@ -139,6 +140,10 @@ export async function bundlerHandler(args_: IOptionsInput): Promise<void> {
chain
})

if (args.enableExperimental7702Endpoints) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can always extend, I don't see any issue in extending extra functions.

@mouseless0x mouseless0x merged commit f7ef6a1 into main Dec 19, 2024
4 of 5 checks passed
@mouseless0x mouseless0x deleted the feat/7702-support branch December 19, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants